Description: If «Scroll Text» is a member of item list of an active «Window», then the value of this attribute is that «Window»; otherwise it is NULL.
Description: This item can be made the selected text item if and only if the value of this attribute is TRUE, and the value of the visible? attribute is TRUE.
Description: «Scroll Text» is displayed in the owning «Window» if and only if the value of this attribute is TRUE, and the value of the active? attribute is TRUE. If a selected «Scroll Text» is made invisible or inactive, it is deselected.
Side effects: Setting causes «Scroll Text» to be redrawn in the owning «Window».
Description: The location of «Scroll Text» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE.
Description: The default font in which «Scroll Text» is drawn. See Mac Constants (geneva, and so on) in the ˙Info… dialog for some values, as well as chapter 7, “The Macintosh Toolbox.”, and chapter 4, ”Application Builder” for a discussion of fonts and style records.
Side effects: Setting causes «Scroll Text» to be redrawn.
Description: The default style in which «Scroll Text» is drawn. See Mac Constants (bold, and so on) in the ˙Info… dialog for some values, as well as chapter 7, “The Macintosh Toolbox.”
Side effects: Setting causes «Scroll Text» to be redrawn.
Description: The text that is displayed in the item. It can have a maximum length of 32K bytes. If the text is longer than 32K bytes, it is truncated to that size.
Side effects: Setting this attribute will cause «Scroll Text» to be redrawn immediately only if the «Scroll Text» is the selected text item in its owning «Window». Otherwise the redraw is delayed until the application manager processes an update event. Setting this attribute also sets the style record attribute to NULL, and applies the default font, size and style to the new text.
Side effects: If the selected characters are outside the visible rectangle, they are scrolled into view and all characters in the selection range are highlighted.